home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / browser.jar / content / browser / browser.css < prev    next >
Cascading Style Sheet File  |  2006-10-15  |  827b  |  35 lines

  1. searchbar {
  2.   -moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
  3. }
  4.  
  5. /* ::::: print preview toolbar ::::: */
  6.  
  7. toolbar[printpreview="true"] {
  8.   -moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
  9. }
  10.  
  11. menuitem.spell-suggestion {
  12.   font-weight:bold;
  13. }
  14.  
  15. #noPreviewAvailable {
  16.   background-color: white !important;
  17.   font-size: 12px !important;
  18. }
  19.  
  20.  
  21. /* apply Fitts' law to the notification bar's close button */
  22. window[sizemode="maximized"] #content .notification-inner {
  23.     border-right: 0px !important;
  24. }
  25.  
  26. .toggleSidebarAutohide {
  27.   list-style-image: url("chrome://global/skin/icons/autohideEnabled.png");
  28.   padding: 1px 0 5px;
  29. }
  30.  
  31. .toggleSidebarAutohide[checked="true"] {
  32.   list-style-image: url("chrome://global/skin/icons/autohideDisabled.png");
  33.   padding: 1px 0 5px;
  34. }
  35.